悟空视频

    在线播放云盘网盘BT下载影视图书

    Learn Programming in Python with Cody Jackson - 图书

    2018计算机·编程设计
    导演:Cody Jackson
    Python is a cross-platform language used by organizations such as Google and NASA. It lets you work quickly and efficiently, allowing you to concentrate on your work rather than the language. Based on his personal experiences when learning to program, Learn Programming in Python with Cody Jackson provides a hands-on introduction to computer programming utilizing one of the most readable programming languages–Python. It aims to educate readers regarding software development as well as help experienced developers become familiar with the Python language, utilizing real-world lessons to help readers understand programming concepts quickly and easily. The book starts with the basics of programming, and describes Python syntax while developing the skills to make complete programs. In the first part of the book, readers will be going through all the concepts with short and easy-to-understand code samples that will prepare them for the comprehensive application built in parts 2 and 3. The second part of the book will explore topics such as application requirements, building the application, testing, and documentation. It is here that you will get a solid understanding of building an end-to-end application in Python. The next part will show you how to complete your applications by converting text-based simulation into an interactive, graphical user interface, using a desktop GUI framework. After reading the book, you will be confident in developing a complete application in Python, from program design to documentation to deployment.
    Learn Programming in Python with Cody Jackson
    图书

    RxSwift: Reactive Programming with Swift: Learn reactive programming in Swift with RxSwift! - 图书

    导演:raywenderlich.com Team
    The popularity of reactive programming continues to grow on an ever-increasing number of platforms and languages. Rx lets developers easily and quickly build apps with code that can be understood by other Rx developers — even over different platforms. Not only will you learn how to use the RxSwift port to create complex reactive applications on iOS, you’ll also see how to easil...(展开全部)
    RxSwift: Reactive Programming with Swift: Learn reactive programming in Swift with RxSwift!
    搜索《RxSwift: Reactive Programming with Swift: Learn reactive programming in Swift with RxSwift!》
    图书

    Learn Web Development with Python - 图书

    2018计算机·计算机综合
    导演:Fabrizio Romano Gaston C. Hillar Arun Ravindran
    If you want to develop complete Python web apps with Django, this Learning Path is for you. It will walk you through Python programming techniques and guide you in implementing them when creating 4 professional Django projects, teaching you how to solve common problems and develop RESTful web services with Django and Python. You will learn how to build a blog application, a social image bookmarking website, an online shop, and an e-learning platform.Learn Web Development with Python will get you started with Python programming techniques, show you how to enhance your applications with AJAX, create RESTful APIs, and set up a production environment for your Django projects. Last but not least, you’ll learn the best practices for creating real-world applications.By the end of this Learning Path, you will have a full understanding of how Django works and how to use it to build web applications from scratch.This Learning Path includes content from the following Packt products:Learn Python Programming by Fabrizio Romano.Django RESTful Web Services by Gastón C. Hillar.Django Design Patterns and Best Practices by Arun Ravindran.
    Learn Web Development with Python
    搜索《Learn Web Development with Python》
    图书

    Python Programming with Raspberry Pi - 图书

    2017科学技术·工业技术
    导演:Sai Yamanoor Srihari Yamanoor
    This book is aimed at hobbyists and programmers who want to learn Python programming and develop applications using the Pi Zero. They should have basic familiarity with electronics.
    Python Programming with Raspberry Pi
    搜索《Python Programming with Raspberry Pi》
    图书

    Practical Maya Programming with Python - 图书

    2014计算机·编程设计
    导演:Robert Galanakis
    Practical Maya Programming with Python is a practical tutorial packed with plenty of examples and sample projects which guides you through building reusable, independent modules and handling unexpected errors. If you are a developer looking to build a powerful system using Python and Maya's capabilities, then this book is for you. Practical Maya Programming with Python is perfect for intermediate users with basic experience in Python and Maya who want to better their knowledge and skills.
    Practical Maya Programming with Python
    搜索《Practical Maya Programming with Python》
    图书

    Maya Programming with Python Cookbook - 图书

    2016计算机·编程设计
    导演:Adrian Herbez
    Maya is a 3D graphics and animation software, used to develop interactive 3D applications and games with stupendous visual effects. The Maya Programming with Python Cookbook is all about creating fast, powerful automation systems with minimum coding using Maya Python. With the help of insightful and essential recipes, this book will help you improve your modelling skills. Expand your development options and overcome scripting problems encountered whilst developing code in Maya. Right from the beginning, get solutions to complex development concerns faced when implementing as parts of build.
    Maya Programming with Python Cookbook
    搜索《Maya Programming with Python Cookbook》
    图书

    Python Programming with Raspberry Pi - 图书

    2017科学技术·工业技术
    导演:Sai Yamanoor Srihari Yamanoor
    This book is aimed at hobbyists and programmers who want to learn Python programming and develop applications using the Pi Zero. They should have basic familiarity with electronics.
    Python Programming with Raspberry Pi
    搜索《Python Programming with Raspberry Pi》
    图书

    Programming ArcGIS with Python Cookbook - 图书

    2015计算机·编程设计
    导演:Eric Pimpler
    Programming ArcGIS with Python Cookbook, Second Edition, is written for GIS professionals who wish to revolutionize their ArcGIS workflow with Python. Whether you are new to ArcGIS or a seasoned professional, you almost certainly spend time each day performing various geoprocessing tasks. This book will teach you how to use the Python programming language to automate these geoprocessing tasks and make you a more efficient and effective GIS professional.
    Programming ArcGIS with Python Cookbook
    搜索《Programming ArcGIS with Python Cookbook》
    图书

    Learn C Programming - 图书

    2020计算机·编程设计
    导演:Jeff Szuhay
    C is a powerful general-purpose programming language that is excellent for beginners to learn. This book will introduce you to computer programming and software development using C. If you're an experienced developer, this book will help you to become familiar with the C programming language.This C programming book takes you through basic programming concepts and shows you how to implement them in C. Throughout the book, you'll create and run programs that make use of one or more C concepts, such as program structure with functions, data types, and conditional statements. You'll also see how to use looping and iteration, arrays, pointers, and strings. As you make progress, you'll cover code documentation, testing and validation methods, basic input/output, and how to write complete programs in C.By the end of the book, you'll have developed basic programming skills in C, that you can apply to other programming languages and will develop a solid foundation for you to advance as a programmer.
    Learn C Programming
    搜索《Learn C Programming》
    图书

    Hands-On Reactive Programming with Python - 图书

    2018计算机·计算机综合
    导演:Romain Picard
    Reactive programming is central to many concurrent systems, but it’s famous for its steep learning curve, which makes most developers feel like they're hitting a wall. With this book, you will get to grips with reactive programming by steadily exploring various conceptsThis hands-on guide gets you started with Reactive Programming (RP) in Python. You will learn abouta the principles and benefits of using RP, which can be leveraged to build powerful concurrent applications. As you progress through the chapters, you will be introduced to the paradigm of Functional and Reactive Programming (FaRP), observables and observers, and concurrency and parallelism. The book will then take you through the implementation of an audio transcoding server and introduce you to a library that helps in the writing of FaRP code. You will understand how to use third-party services and dynamically reconfigure an application.By the end of the book, you will also have learned how to deploy and scale your applications with Docker and Traefik and explore the significant potential behind the reactive streams concept, and you'll have got to grips with a comprehensive set of best practices.
    Hands-On Reactive Programming with Python
    搜索《Hands-On Reactive Programming with Python》
    图书
    加载中...